projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c4c6f
)
(ebrowse-draw-tree-fn): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:48:43 +0000
(08:48 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:48:43 +0000
(08:48 +0000)
lisp/progmodes/ebrowse.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ebrowse.el
b/lisp/progmodes/ebrowse.el
index 9ee70a5d48a34c7deee117b06989d647b78e0f12..89b8404c354566b4c5a166631f91a77b6e41af7e 100644
(file)
--- a/
lisp/progmodes/ebrowse.el
+++ b/
lisp/progmodes/ebrowse.el
@@
-1829,7
+1829,7
@@
TREE denotes the class shown."
(defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)
- "Display a single class and recursively it
'
s subclasses.
+ "Display a single class and recursively its subclasses.
This function may look weird, but this is faster than recursion."
(setq stack1 (make-list (length ebrowse--tree) 0)
stack2 (copy-sequence ebrowse--tree))